ComponentOne ASP.NET MVC Controls
OnClientLostFocus Method

C1.Web.Mvc.Fluent Namespace > ControlBuilder<TControl,TBuilder> Class : OnClientLostFocus Method
The value.
Configurates the C1.Web.Mvc.Control.OnClientLostFocus client event. Occurs when the control loses the focus.
Syntax
'Declaration
 
Public Function OnClientLostFocus( _
   ByVal value As String _
) As TBuilder
public TBuilder OnClientLostFocus( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ControlBuilder<TControl,TBuilder> Class
ControlBuilder<TControl,TBuilder> Members